feat: Apple 로그인 기능 추가 (iOS) - #66
Merged
Merged
Conversation
KMP expect/actual 패턴으로 AppleSignInClient를 구현하고, iOS에서 ASAuthorizationController를 통한 Apple Sign In 플로우를 지원합니다. Android에서는 UnsupportedOperationException을 던지도록 처리했습니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lluke0
force-pushed
the
feature/#50-apple-login
branch
from
February 15, 2026 16:36
e0b8d5b to
96e2258
Compare
kimmandoo
approved these changes
Feb 16, 2026
|
|
||
| CchBasicButton( | ||
| modifier = Modifier.padding(horizontal = 38.dp), | ||
| text = if (isLoading) "로그인 중..." else "Apple로 로그인", |
Member
Author
There was a problem hiding this comment.
요거 디자인 나오기 전이라서 임시로 넣어놓은거라 괜찮을거같아유
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 PR 요약
🌱 작업한 내용
AppleSignInClient를 구현하여 iOS Apple Sign In 지원ASAuthorizationController를 활용한 네이티브 Apple 로그인 플로우 구현UnsupportedOperationException으로 미지원 처리AppleLoginUseCase도메인 레이어 추가 및 Koin DI 등록🌱 PR 포인트
📸 스크린샷
📮 관련 이슈
RCA 룰을 사용하여 코드 리뷰를 해주세요
R (Request Changes): 적극적으로 반영을 고려해주세요C (Comment): 웬만하면 반영해주세요A (Approve): 반영해도 좋고, 넘어가도 좋습니다. 사소한 의견입니다.